/*Body*/
body{
	background-color: #E0E0DE;
}
/*Header*/
#logo{
	background: url(https://assets.mozilla.org/Brands-Logos/Firefox%20OS/logo-wordmark/firefox-os_logo-wordmark_RGB-vertical.png);
	background-size: 100px;
	margin-top: -40px;
	width: 100px;
	height: 100px;
	float: left;
}
h1{
	font-family: "Times New Roman", Verdana;
	text-align: center;
	margin-top: 50px;
	margin-bottom: -20px;
}
#titulo{
	color: #000;
	text-decoration: none;
}
h3{
	font-family: "Times New Roman", Verdana;
	text-align: center;
	margin-bottom: 50px;
	color: #888888;
}
/*Menú*/
#principal{
	background-color: #D6D6DA;
	border-radius: 20px;
	box-shadow: 5px 10px 10px #888888;
	margin: 0 auto;
	width: 850px;
	margin-bottom: 50px;
}
#secundario{
	padding-bottom: 10px;
	padding-top: 10px;
}
ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.inicio{
	margin-bottom: -10px;
	margin-right: 10px;
}
.inicio:hover{
	border-bottom-color: #3C5568;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-top: -2px;
}
li{
	display: inline;
}
li a{
	background-color: #E1E1E1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #000;
	font-family: 'Courgette';
	padding: 8px;	
	text-decoration: none;	
}
li a:hover{
	background-color: #B9B9B9;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #B9B9B9;
	border-left-style: solid;
	border-left-width: 1px;	
	border-right-color: #B9B9B9;
	border-right-style: solid;	
	border-right-width: 1px;
	margin-top: -2px;
	padding-bottom: 10px;
}
.clear{
	clear: both;
}
/*Post*/
article{
	width: 50%;
}
.fecha, .fecha2 {
	text-align: center;
	width: 60px;
	font-family: 'Courgette', "Times New Roman", serif;
	font-weight:bold;
	border:1px #000000;
	border-radius: 10px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #D6D6DA;
	box-shadow: 5px 10px 10px #888888;
}
.mes, .mes2{
	font-size: 14px;
	padding: 2px;
}
.ano, .ano2{
	font-size: 15px;
	padding: 2px;
}
.dia, .dia2{
	font-size: 30px;
	line-height: 22px;
	padding: 2px;
}
h2{
	color: #294E8F;
	font-family: Arial, "Times New Roman", Verdana;
	padding-bottom: 40px;
	margin-top: 50px;
	margin-left: 20px;
	border-bottom-style: outset;
	border-color: #000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
p{
	width: 80%;
	margin-left: 120px;
	text-align: justify;
}
.txtmas a{
	color: #273845;
	text-decoration: none;
	background-color: #C8C9F7;
	border: groove;
	border-radius: 20px;
	border-color: #fff;
	padding: 3px;
}
.txtmas a:hover{
	border: ridge;
	border-color: #000;
	background-color: #ADA8C8;
	color: #000;
}
hr{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 55%;
}